home *** CD-ROM | disk | FTP | other *** search
- global talkon, currentlevel
-
- on exitFrame
- if talkon = 1 then
- set the visible of sprite 50 to 1
- set the visible of sprite 52 to 0
- set the volumeLevel of sprite(6) to currentlevel * 51
- set the movieRate of sprite 6 to 1
- else
- set the visible of sprite 50 to 0
- set the visible of sprite 52 to 1
- set the volumeLevel of sprite(6) to 0
- end if
- end
-